home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 132
/
Vol 132.iso
/
games
/
pupworld.swf
/
scripts
/
DefineSprite_896
/
frame_61
/
DoAction.as
Wrap
Text File
|
2011-06-09
|
141b
|
12 lines
stop();
n = 0;
this.onEnterFrame = function()
{
n++;
if(n == 45)
{
delete this.onEnterFrame;
play();
}
};